PDF4Java Reference Documentation
com.o2sol.pdf4java.digitalsignatures Package / PDFComputedDigitalSignature Class / getSignedBytes Method
The input PDF file that was used to create the document from which this signature Object was retrieved.
In This Topic
    getSignedBytes Method
    In This Topic
    Gets the bytes used for creating this signature.
    Syntax
    public byte[] getSignedBytes( 
       Stream signedFile
    )

    Parameters

    signedFile
    The input PDF file that was used to create the document from which this signature Object was retrieved.

    Return Value

    The array of bytes that were used as input for computing the document digest required for generating this signature.
    See Also